github.com/jackc/pgx/v5/pgconn.PgConn.pid (field)

6 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L79: 	pid               uint32            // backend pid
		pgconn.go#L413: 			pgConn.pid = msg.ProcessID
		pgconn.go#L659: 	return pgConn.pid
		pgconn.go#L1078: 	binary.BigEndian.PutUint32(buf[8:12], pgConn.pid)
		pgconn.go#L2131: 		PID:               pgConn.pid,
		pgconn.go#L2151: 		pid:               hc.PID,